home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / irit70 / bin / irender.cfg < prev    next >
Text File  |  1997-05-01  |  1KB  |  44 lines

  1. ;Prescribes the default size of output image.
  2. Size        "512 512"
  3.  
  4. ;Ratio of ambient lighting, between zero and one.
  5. Ambient        0.2
  6.  
  7. ;Background color as "R, G, B" between zero and 255.
  8. Background    "0, 0, 0"
  9.  
  10. ;Do we want bace face culling?
  11. BackfaceCull    FALSE
  12.  
  13. ;Fineness control over the way surfaces are converted to polygons.. See IRIT
  14. ;manual - variable POLY_APPROX_OPT. "0 20" denotes 20 uniform samples along
  15. ;each of the U or V direction.
  16. Srf2poly    "0 20"
  17.  
  18. ;Fineness control over the way curves are converted to polylines. See IRIT
  19. ;manual - variable POLY_APPROX_OPT. "0 64" denotes 64 uniform samples along
  20. ;the curve.
  21. Crv2Poly    "0 64"
  22.  
  23. ;Shader type. Can one one of FLAT, GOURAUD, or PHONG.
  24. ShadeModel    "phong"
  25.  
  26. ;Width to use for Nearest and farest Z for polyline/curve rendering.
  27. PolylnWidth    "0.001 0.01"
  28.  
  29. ;Should we take care of shadows?
  30. ShadowCast    FALSE
  31.  
  32. ;Should we take care of transparent objects?
  33. Transparency    FALSE
  34.  
  35. ;If TRUE, output will consist of ZDepth map of the rendered scene instead
  36. ;of the shaded scene.
  37. ZDepth        FALSE
  38.  
  39. ;If TRUE all normals are flipped.
  40. Normals        FALSE
  41.  
  42. ;Image format for writing output image and reading texture maps.
  43. ImageType    "rle"
  44.